(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
LONG WriteChunkBytes()
SYNOPSIS
struct IFFHandle * iff
APTR buf
LONG numBytes

LOCATION
In IFFParseBase at offset 11
FUNCTION
Writes given number of bytes in the supplied buffer into the current chunk. Attempts to write past the endo of the chunk will be truncated.

INPUTS
iff
pointer to IFFHandle struct.
buf
buffer with data to write.
numBytes
number of bytes to write.
RESULT
actual - (positive) number of bytes actually written. (negative) IFFERR_#? indicating unsuccesfull write.
NOTES
EXAMPLE
BUGS
SEE ALSO
PushChunk(), PopChunk(), WriteChunkRecords()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen